LoginCapture.WAS     v1.0
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
LoginCapture.WAS allows you to login to a host system every half
hour and capture data coming across the Terminal window from
the host.  Capture files are saved in the following format:
hhmmDDMM.YY, where:

hh=hour
mm=minute
DD=day
MM=month
YY=year


Customization
-------------
NOTE: Depending on the editor that you use the line number may
change.

*Set the number to dial by editing the MACRO definition
(szDialNumber) on line 29.
*Set the dialing suffix, if necessary, by editing the MACRO
definition (szDialSuffix) on line 30.
*Set the password by editing the MACRO definition (szPassword)
on line 31, if necessary.
*Set the path where the report will be written to by editing
the MACRO definition (szRepPath) on line 34.
*Set the primary path where the Capture files are saved by
editing the MACRO definition (szCapPath) on line 33.
*Set the capture file name by editing the MACRO definition
(szTempCap) on line 32.
*Set whether the capture file is overwritten or appended by
editing line 75.  Setting capture overwrite ON overwrites the
file, and setting it OFF appends to the current file.
*Set or adjust line settings (N81 or E71) by editing lines 95
and 96. 
*The ability to send the report to the host side is controlled by
editing lines 108 - 134. Not all of the lines may be necessary. 
*If a line is not needed simply put a semi-colon (;) in front of
the line.  This instructs the ASPECT compiler to ignore it.

Please note that the Capture file is opened on line 121.  The
Capture file is closed on line 126.


How do I install LoginCapture.WAX?
-------------------------------------
Copy LoginCapture.WAS to your ASPECT directory and compile it by
selecting Tools | Scripts | Compile/Edit from the Procomm Plus
Menu bar.


How do I run LoginCapture.WAX?
-----------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select LoginCapture.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select LoginCapture.WAX.
4)  Click on Open.

NOTE:  If LoginCapture.WAX does not appear in the Script File
       drop down list, you might have a different default ASPECT
       path.  To change the path, go to Options | Data Options |
       Paths and change the path to
       PROGRAM FILES\PROCOMM PLUS\ASPECT directory.


